home *** CD-ROM | disk | FTP | other *** search
- object SetupForm: TSetupForm
- Left = 136
- Top = 45
- ActiveControl = NameEdt
- BorderStyle = bsDialog
- Caption = 'MailMan II Setup'
- ClientHeight = 311
- ClientWidth = 376
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 11
- Top = 96
- Width = 355
- Height = 73
- Caption = 'SMTP Mail Server'
- TabOrder = 2
- object Label3: TLabel
- Left = 14
- Top = 22
- Width = 80
- Height = 13
- Caption = 'SMTP Server:'
- end
- object Label4: TLabel
- Left = 14
- Top = 44
- Width = 66
- Height = 13
- Caption = 'SMTP Port:'
- end
- object SMTPServerEdt: TEdit
- Tag = 3
- Left = 102
- Top = 18
- Width = 177
- Height = 21
- TabOrder = 0
- OnExit = UserEdtExit
- end
- object SMTPPortEdt: TEdit
- Tag = 4
- Left = 102
- Top = 44
- Width = 40
- Height = 21
- TabOrder = 1
- Text = '25'
- OnExit = UserEdtExit
- end
- end
- object GroupBox2: TGroupBox
- Left = 11
- Top = 8
- Width = 355
- Height = 77
- Caption = 'User Information'
- TabOrder = 1
- object Label1: TLabel
- Left = 14
- Top = 24
- Width = 37
- Height = 13
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 14
- Top = 50
- Width = 48
- Height = 13
- Caption = 'User ID:'
- end
- object NameEdt: TEdit
- Tag = 1
- Left = 98
- Top = 22
- Width = 243
- Height = 21
- TabOrder = 0
- OnExit = UserEdtExit
- end
- object UserEdt: TEdit
- Tag = 2
- Left = 98
- Top = 48
- Width = 179
- Height = 21
- TabOrder = 1
- OnExit = UserEdtExit
- end
- end
- object GroupBox3: TGroupBox
- Left = 11
- Top = 178
- Width = 355
- Height = 93
- Caption = 'POP3 Server'
- TabOrder = 3
- object Label5: TLabel
- Left = 18
- Top = 22
- Width = 78
- Height = 13
- Caption = 'POP3 Server:'
- end
- object Label6: TLabel
- Left = 18
- Top = 46
- Width = 64
- Height = 13
- Caption = 'POP3 Port:'
- end
- object Label7: TLabel
- Left = 18
- Top = 70
- Width = 59
- Height = 13
- Caption = 'Password:'
- end
- object POP3Server: TEdit
- Tag = 5
- Left = 106
- Top = 18
- Width = 187
- Height = 21
- TabOrder = 0
- OnExit = UserEdtExit
- end
- object POP3Port: TEdit
- Tag = 6
- Left = 106
- Top = 44
- Width = 40
- Height = 21
- TabOrder = 1
- Text = '110'
- OnExit = UserEdtExit
- end
- object POP3PasswordEdt: TEdit
- Tag = 7
- Left = 106
- Top = 68
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- OnExit = UserEdtExit
- end
- end
- object BitBtn1: TBitBtn
- Left = 97
- Top = 278
- Width = 89
- Height = 27
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 189
- Top = 278
- Width = 89
- Height = 27
- TabOrder = 4
- Kind = bkCancel
- end
- end
-